crypto/tls.echClientContext.innerTranscript (field)
12 uses
crypto/tls (current package)
handshake_client.go#L259: innerTranscript hash.Hash
handshake_client_tls13.go#L73: hs.echContext.innerTranscript = hs.suite.hash.New()
handshake_client_tls13.go#L74: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L89: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L102: hs.transcript = hs.echContext.innerTranscript
handshake_client_tls13.go#L251: chHash = hs.echContext.innerTranscript.Sum(nil)
handshake_client_tls13.go#L252: hs.echContext.innerTranscript.Reset()
handshake_client_tls13.go#L253: hs.echContext.innerTranscript.Write([]byte{typeMessageHash, 0, 0, uint8(len(chHash))})
handshake_client_tls13.go#L254: hs.echContext.innerTranscript.Write(chHash)
handshake_client_tls13.go#L262: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L281: if err := transcriptMsg(hs.serverHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L378: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)